Click or drag to resize

BandwidthCollectionItem Property (String)

Gets the value associated with the specified type. In C#, this property is the indexer for the BandwidthCollection class.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int this[
	string type
] { get; }

Parameters

type
Type: SystemString

Property Value

Type: Int32
See Also